body{
	background:#fff;
}
.warpper {
    width: 100%!important;
}
.wrapper{
	 width: 100%!important;

}
.jb_main{
		 width: 100%!important; background:none;min-width:1200px;
}
.clearfix:after{ content:"."; display:block; clear:both; font-size:0; height:0; overflow:hidden;}

.box {
    width: 100%;min-width:1200px;

}

.top {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    
    justify-content: space-between;
   
}

.top .logo { float:left;
    height: 60px;
}

.top .logo img {
    display: block;
    width: auto;
    height: 100%;
}

.top .right { float:right;  margin-top:30px;
    font-size: 14px;
    color: #777;
     text-align:center;
          line-height: 24px;
}

.top .right img {
    display:inline-block;
    width: auto;
    height: auto;
    margin-right: 8px;
    margin-top: 4px; vertical-align:middle;
}

.top .right a {

 vertical-align:middle;
display:inline-block;
    color: #777;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 2px;
}

.top .right a span {
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.top .right a span:nth-child(2) {
    color: #0d63ae;
    text-decoration: underline;
}

.top .right a:hover span:nth-child(1) {
    margin-top: -24px;
}

.banner {
    width: 100%;
    overflow: hidden;
    min-width:1200px;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    margin: 48px auto;
    FONT-WEIGHT: 500;
    z-index: 1;
}

.nav ul {
        align-items: center;
    justify-content: space-between;
}
.nav li{
float:left;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 5px; margin:0 8px;
}
.nav li .link {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    white-space: normal;
    text-align: center;
    width: 280px;
    height: 345px;
    background: #fafafa;
    text-align: center;
    border-radius: 5px;
    border-bottom: 3px solid #c4000f;
    opacity: 1;
    padding-bottom: 1px;
}

.nav li .link:first-child {
    margin-left: 0;
}

.nav li .link:after {
    content: " ";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    pointer-events: none;
}

.nav li .link .iconbg {
    margin-top: 55px;
    margin-bottom: 38px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nav li:nth-child(3) .link .iconbg{
    margin-top: 45px;

}
.nav li .link .iconbg .icon {
    opacity: 1;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    position: relative;
    top: 0px;
}

.nav li .link .iconbg .iconhov {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    opacity: 0;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;

}

.nav li .link p {
    font-size: 20px;
    color: #333;
    line-height: 35px;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
}

.nav li span {
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    display: block;
    border-radius: 25px;
    margin: 30px 70px;
    border: 1px solid #666;
}

.nav li .link:hover p {
    color: #fff;
    -webkit-transition: all 200ms ease 50ms;
    transition: all 200ms ease 50ms;
}

.nav li .link:hover span {
    color: #fff;
    border: 1px solid #fff;
}

.nav li .link:hover .icon {
    opacity: 0;
    top: -50px;
    background-position: center -100%;
    -webkit-transition: all 400ms ease 50ms;
    transition: all 400ms ease 50ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.nav li .link:hover .iconhov {
    opacity: 1;
    top: 0;
    -webkit-transition: all 400ms ease 50ms;
    transition: all 400ms ease 50ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    background-position: center top;
}

.nav li .link:hover:after {
    height: 100%;
    background: #c4000f;
}
.nav li:nth-child(2) .link:hover:after,
.nav li:nth-child(4) .link:hover:after{
    opacity: 0.6
}


.nav li .link:hover .navbg {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
    transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
}

.nav li:nth-child(3) .link:hover:after {
    height: 100%;
    background: #0d63ae;
}

.nav li:nth-child(4) .link:hover:after {
    height: 100%;
    background: #0d63ae;
}

.bottom {
    height: 100px;
    background: #f2f5f9;
    margin-top: 60px;
    padding-top: 10px;
    font-size: 14px;
    color: #16100b;
    padding-bottom: 10px;
}
.content{
	 padding-top:0px!important;
}
.bottom img {
    padding-right: 6px;
    padding-left: 20px;
    position: relative;
    top: 3px;
}

.copyright {
    height: 65px;
    line-height: 65px;
    background: #343434;
}

.copyright .content {
    width: 1200px;
    margin: 0 auto;
}

.copyright .left {
    float: left;
    font-size: 14px;
    color: #fff;
}

.copyright .left a {
    color: #fff;
}

.copyright .right {
    float: right;
    font-size: 14px;
    color: #fff;
}
.jb_main{
	 position:relative;
}
.meiti {
    position: fixed;
    bottom: 120px;
    right: 0px;
    z-index: 999;
}
@media screen and (max-width: 1200px) {
    .meiti {
    position: fixed;
    top: 340px;
    right: 0;
    z-index: 999;
}
}

.meiti li {
    position: relative;
}

.meiti li:nth-child(3) {
    margin-bottom: 1px
}

.meiti li div.tbox {
    position: relative;
}

.meiti li .tbox > img {
    display: block;
    width: 50px;
    height: auto;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.meiti li .tbox a> img {
	display: block;
    width: 50px;
    height: auto;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.meiti li .textbg {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #0d62ae;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: rotate(225deg) scale(0);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.meiti li .text {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}

.meiti li .text span {
    font-size: 12px;
    color: #fff;
    transform: scale(0.8);
   
     
}

.meiti li .text img {
    display: block;
    width: 30px;
    height: auto;
    margin: 6px auto 1px;
}

.meiti .meitibox {
    position: absolute;
    top: -22px;
    right: 40px;
    opacity: 0;
    transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
}

.meiti li:hover .meitibox {
    right: 60px;
    opacity: 1;
}

.meiti li:hover .textbg {
    opacity: 1;
    z-index: 2;
    transform: rotate(0deg) scale(1);
}

.meiti li:hover .text {
    z-index: 3;
    opacity: 1;
}

.meiti li:hover .text img {
    animation: Ani_resless 1s ease-in-out infinite alternate;
}


@keyframes Ani_resless {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 3px)
    }
}
.page-view-wrapper .shouye{
width:100%;
}

